home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Workspace
/
MonsterShelf
/
Source
/
IconDragView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-24
|
290 b
|
16 lines
#import "IconView.h"
#import <appkit/appkit.h>
@interface IconDragView : IconView
{
id altImage;
NXDragOperation lastDragOp;
dev_t device;
BOOL removable;
}
- (NXDragOperation) dragOperationForContext:(id <NXDraggingInfo>) dragInfo;
- (BOOL) isOnRemovableMedia;
@end